From 6cce75ef908a811e6fb011ae4a2c91194b273438 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 15 May 2016 10:28:40 -0400 Subject: [PATCH] Clarify that you should not manually edit Cargo.lock --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index d619fe11b..74160a50e 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -246,7 +246,7 @@ description](manifest.html#the-project-layout). about them, here’s a summary: * `Cargo.toml` is about describing your dependencies in a broad sense, and is written by you. -* `Cargo.lock` contains exact information about your dependencies, and is maintained by Cargo. +* `Cargo.lock` contains exact information about your dependencies. It is maintained by Cargo and should not be manually edited. * If you’re building a library, put `Cargo.lock` in your `.gitignore`. * If you’re building an executable, check `Cargo.lock` into `git`. -- 2.30.2